[Top] [Prev] [Next] [Bottom]
[Contents]
SaGetVBufSize
Gets the size of the internal buffer that Sapphire uses to implement, SaPrintf and SaFprintf. The default value is 200 KB. If a request outputs string fragments bigger than that, you should increase the value.
#include "SaRnHtml.h"
int SaGetVBufSize SUTPROTO(());
Arguments
None.
Returns the size of the internal buffer that Sapphire uses.
Gets the size of the internal buffer that Sapphire uses to implement, SaPrintf and SaFprintf. The default value is 200 KB. If a request outputs string fragments bigger than that, you should increase the value.
int siz;
siz = SaGetVBufSize();
See Also
[Top] [Prev] [Next] [Bottom]
[Contents]
info@bluestone.com
Copyright © 1997, Bluestone. All rights
reserved.